zynqmp: pm: Added NODE_IPI_APU slave node ID in pm_defs.h
authorMirela Simonovic <[email protected]>
Tue, 7 Jun 2016 16:15:40 +0000 (18:15 +0200)
committerSoren Brinkmann <[email protected]>
Tue, 7 Jun 2016 20:30:37 +0000 (13:30 -0700)
NODE_IPI_APU is the node ID of APU's IPI device. If APU should be
woken-up on an IPI from FPD power down, this node shall be set as
the wake-up source upon suspend.

Signed-off-by: Mirela Simonovic <[email protected]>
plat/xilinx/zynqmp/pm_service/pm_defs.h

index 2fd05fe900c7c4e14ce65ec69ebc41ce5c77e22a..adeec64bedbdf17dd420d3bbe3cef9f17310f4c5 100644 (file)
@@ -142,6 +142,7 @@ enum pm_node_id {
        NODE_RPLL,
        NODE_IOPLL,
        NODE_DDR,
+       NODE_IPI_APU,
 };
 
 enum pm_request_ack {